home *** CD-ROM | disk | FTP | other *** search
- def x 320
- def x2 320
- def x3 575
- def y 30
- def dy 32
- def dy3 16
-
- def #StatSkillColor 0xFFFF6600 0xFFFFFF00 0xFF44FF11 0xFF0088FF
-
- Include Menu.Def
-
- FontSize Default 15 24
- FontSize Apply 15 24
- FontSize Selected 16 28
-
- Font Little HugeChars 12 15 0xFFFFFFFF 0x7F000000
- Font Hiscore HugeChars 15 26 0xFFFFFFFF 0x7F000000
-
- Background LevelBack
- BlockRant
-
- def #NbHiLev 0
-
-
- item
- {
- Text HiscoreO
- Font Title
- Pos x y Center
- Add y dy
- Add y 16
- }
-
- def y 210
-
- item
- {
- Text NoStatLevel
- Pos x y
- ShowIf #NbHiLev 0 0
- }
-
-
- //========================
- def y 365
-
- item GClass
- {
- Text GameMode
- CycleButton #Text
- Pos x2 y Center
- Add y dy
- OnAction
- {
- SlideCfg /Hiscore/Mode 0 4 4
- SetCfg #NbHiLev #NbHiScoreLevel OnEnter
- SetCfg /Hiscore/Level 1
- PreviewHiscoreArena
- }
- }
-
-
- item
- {
- Text Level
- CycleButton #HiscoreLevel
- Pos x2 y Center
- Add y dy
- ShowIfNot #NbHiLev 0 1
- OnAction
- {
- SlideCfg /Hiscore/Level 1 #NbHiScoreLevel #NbHiScoreLevel-1 OnEnter
- PreviewHiscoreArena OnEnter
- }
- }
-
-
- item sDiff
- {
- Text HsFilter
- CycleButton #Text
- Pos x2 y Center
- Add y dy
- OnAction
- {
- SlideCfg /Hiscore/Filter 0 3 3
- }
- }
-
-
- item
- {
- Hiscore 0 61 640 284
- Font Hiscore
- }
-
- item
- {
- Text Back
- Pos x2 y Center
- Add y dy
- OnAction
- {
- MenuBack
- }
- }
-
-
- def y 390
-
- item
- {
- Text sDiff01
- Font Little
- Color #Skill0
- Pos x3 y
- Add y dy3
- }
-
- item
- {
- Text sDiff02
- Font Little
- Color #Skill1
- Pos x3 y
- Add y dy3
- }
-
- item
- {
- Text sDiff03
- Font Little
- Color #Skill2
- Pos x3 y
- Add y dy3
- }
-
- item
- {
- Text sDiff04
- Font Little
- Color #Skill3
- Pos x3 y
- Add y dy3
- }
-
- GetFullVersion 575 10 Center Up
-